func os.wrapSyscallError
4 uses
os (current package)
zero_copy_linux.go#L39: return written, handled, wrapSyscallError("sendfile", err)
zero_copy_linux.go#L86: return written, handled, wrapSyscallError("splice", err)
zero_copy_linux.go#L118: return written, handled, wrapSyscallError("copy_file_range", err)
zero_copy_posix.go#L16: func wrapSyscallError(name string, err error) error {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |